A fact object represents a value that is fixed and known to the reasoning engine. It can be a number or a string. For example:
id |
GMT_offset |
path |
/ globals |
value |
5 |
If you want to use a formula, then create a rule object instead.
A fact has these properties:
| Property Name | Description | Default Value | Required |
| id | The name of this object. See Object Names for details. | <none> | yes |
| path | The folder this object is located in. See Folders for details. | / | yes |
| description | A text description (comment)--not used during reasoning. | <none> | no |
| value | The text or number value for this fact. If a text value, enclose it in double-quotes. | <none> | yes |